Telegram Group & Telegram Channel
139. Program to read multiline string using scanf.

#include<stdio.h>
int main(void) {

char str[100];
// reading multline string with '.' as a delimiter
scanf("%[^.]",str);

printf("%s",str);

return 0;
}
#program_by : @freakyLuffy



tg-me.com/C_Codings/201
Create:
Last Update:

139. Program to read multiline string using scanf.

#include<stdio.h>
int main(void) {

char str[100];
// reading multline string with '.' as a delimiter
scanf("%[^.]",str);

printf("%s",str);

return 0;
}
#program_by : @freakyLuffy

BY C Language πŸ‘¨β€πŸ’»


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/C_Codings/201

View MORE
Open in Telegram


C Language ‍ Telegram | DID YOU KNOW?

Date: |

The S&P 500 slumped 1.8% on Monday and Tuesday, thanks to China Evergrande, the Chinese property company that looks like it is ready to default on its more-than $300 billion in debt. Cries of the next Lehman Brothersβ€”or maybe the next Silverado?β€”echoed through the canyons of Wall Street as investors prepared for the worst.

C Language ‍ from vn


Telegram C Language πŸ‘¨β€πŸ’»
FROM USA